home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
01279_Script_DINKGotItContinue
< prev
next >
Wrap
Text File
|
1995-05-21
|
641b
|
24 lines
on mouseDown
put "ContinueBTN" into f
put "ContinueBTNHL" into fHL
hiliter 23, f, fHL
puppetsound "button.aif"
updatestage
end MouseDown
on mouseUp
global gCondition, gCurrentPlayer, whichPlayer, gDayOfTheWeek,¼
gDayOrNight, gOneOrTwo, gTheDay, gTheCDPath, TheMast, g25A, ¼
gsuccessRate, theMovieName, HOTEL, HDPathName
--set g25A = "c" --taken care of in buyer buttons
set HOTEL = "c"
--need the masthead name for line 9
put TheMast into item 23 of line 9 of whichPlayer
--need to increment the gsuccessRate in line 7
set gsuccessRate = gsuccessRate + 1
GameContinue
end mouseUp